home *** CD-ROM | disk | FTP | other *** search
/ Joy 9: Hot Bot / Joy #9: Hot Bot.iso / viewer / winview / winpic.txt < prev    next >
Text File  |  1999-01-01  |  1KB  |  30 lines

  1. Instructions For WINPIC.EXE
  2.  
  3.   WINPIC.EXE must be in the directory that contains the .BMP files.
  4.  
  5.      The first time you start WINPIC.EXE, it will search your directory
  6. for all .BMP files (picture you see when starting windows). It creates a
  7. list of .BMP files in a file called WINPIC.DAT.  This is the file that
  8. WINPIC.EXE uses to select from.  If you later add or subtract .BMP files
  9. from your windows directory, you need to delete the WINPIC.DAT file so
  10. that it can be rebuilt using current information.
  11.  
  12.      WINPIC.EXE searches the WIN.INI file for Wallpaper=. It then randomly
  13. selects a .BMP file and sets Wallpaper accordingly. It copies each line of
  14. info from WIN.INI to a file called WIN.TMP. At the completion of the process,
  15. it copies the contents of WIN.TMP to WIN.INI.
  16.  
  17.  
  18.      Typical way to Start Windows:
  19.      (with .BMP files in the \Windows directory)
  20.  
  21.      Create a batch file similar to the following:
  22.  
  23.      Echo off
  24.      Cd\Windows
  25.      Winpic
  26.      Win
  27.  
  28.      Start windows by running this batch file.
  29.  
  30.